/*全站置灰*/
/*html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}*/
/**引用字体库*/
@font-face {
    font-family: "Regular";
    src: url(../../font/Regular.ttf);
}

html {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
    'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
}

html, body {
}
/*body{*/
/*    min-width: 1800px;*/
/*}*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    cursor: pointer !important;
    text-decoration: none;
    color: #000;
}

input:focus {
    /* outline: none; */
}

input {
    /* outline: none; */
    border: none;
}

.dis-flex {
    display: flex;
}

a {
    cursor: pointer !important;
    text-decoration: none;
    /* 去除默认的下划线 */
    /*color: #000;*/
    color: inherit;
    /* 去除默认的颜色和点击后变化的颜色 */
}

/**dis*/
.dis-flex {
    display: flex;
}

/**input*/
.common-input input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #BFBFBF;
}

.common-input input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #BFBFBF;
}

.common-input input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #BFBFBF;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    display: block;
    width: 100%;
}

.text-hidden {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-more-hidden {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* -webkit-line-clamp: 2; */
}

.positon-relative {
    position: relative;
}

.gl {
    width: 6px;
    height: 6px;
    position: absolute;
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: translate(0, 0) rotate(-135deg);
    transform: translate(0, 0) rotate(-135deg);
    border-radius: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

/* 面包屑 */
.common-crumbs {
    display: flex;
    align-items: center;
    overflow: hidden;
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    color: #595959;
    margin: 24px 0 30px 0;
}

.common-crumbs span {
    display: inline-block;
}

.common-crumbs span.crumbs-arrow {
    margin: 0 5px;
}

.common-crumbs span.active {
    color: rgba(67, 133, 255, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.common-crumbs span a {
    color: inherit;
}

.common-crumbs span a:hover {
    color: rgba(67, 133, 255, 1);
}

.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.hide-img {
    display: none;
}

/**按钮*/
/**蓝色按钮组*/
.btn-blue:hover {
    cursor: pointer;
    background: #72A4FF !important;
    border: 1px solid #72A4FF !important;
}

.btn-grey:hover {
    cursor: pointer;
    border: 1px solid #72A4FF !important;
    color: #72A4FF !important;
}

/**绿色按钮组*/
.btn-green:hover {
    cursor: pointer;
    background: #2BCE7C !important;
    border: 1px solid #2BCE7C !important;
}

.btn-white:hover {
    cursor: pointer;
    border: 1px solid #2BCE7C !important;
    color: #2BCE7C !important;
}

/**单个按钮*/
.btn-single-white:hover {
    cursor: pointer;
    border: 1px solid #808080 !important;
    color: #B2B2B2 !important;
}


/**发展历程 */
.develop-box {
    width: 100%;
}

.develop-box .develop-info .info {
    width: 1200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.develop-box .develop-info {
    height: auto;
    /* overflow: hidden; */
    /*background: url("../../images/aboutus/bg_develop.png") no-repeat top left;*/
    /*background-size: 100% 100%;*/
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    /*padding: 96px 0 120px 0;*/
    margin-bottom: 32px;
}

.develop-box .develop-info .info .title {
    margin-bottom: 56px;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
}

.develop-box .develop-info .info ul {
    width: fit-content;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.9);
    /*margin: 0  auto ;*/
}

.develop-box .develop-info .info ul li {
    width: 32px;
    margin-right: 96px;
    position: relative;
}

.develop-box .develop-info .info ul li:last-child {
    margin-right: 0;
}

.develop-box .develop-info .info ul li label {
    margin-bottom: 53px;
    display: block;
}

.develop-box .develop-info .info ul li span {
    display: block;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-top: 16px;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.develop-box .develop-info .info ul li.active span:before {
    content: '';
    width: 24px;
    height: 24px;
    /*display: none;*/
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.develop-box .develop-info .info ul li::before {
    content: "";
    display: block;
    width: 96px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 16px;
    left: 32px;
}

.develop-box .develop-info .info ul li:nth-last-child(1)::before {
    display: none;
}

/** develop-detail*/
.develop-box .develop-detail {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.develop-box .develop-detail .detail {
    margin-right: 40px;
}

.develop-box .develop-detail .detail:last-child {
    padding-right: 1400px;
}

.develop-box .develop-detail .detail .year {
    width: 372px;
    height: 18px;
    line-height: 18px;
    font-weight: 400;
    font-size: 24px;
    line-height: 18px;
    font-family: "Regular";
    font-style: normal;
    font-weight: 400;
    color: #000000;
    padding: 16px 0;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px;
}

.develop-box .develop-detail .detail .month li {
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-bottom: 29px;
    display: flex;
}

.develop-box .develop-detail .detail .month li:last-child {
    margin-bottom: 96px;
}

.develop-box .develop-detail .detail .month li .development-year {
    width: 32px;
    margin-right: 8px;
}

.develop-box .develop-detail .detail .month li .development-intro {
    flex: 1;
    overflow: hidden;
}

/**swiper */
.develop-box .swiper-pagination {
    display: flex;
    width: fit-content;
    margin-top: -32px !important;
    display: flex;
    justify-content: space-between;
}

.develop-box .swiper-container {
    padding-right: 120px;
    margin-left: 120px;
}

.develop-box .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2) !important;
    opacity: 0;
    margin-right: 96px;
    border-radius: 50%;
}

.develop-box .swiper-pagination-bullets .swiper-pagination-bullet-active {
    position: relative;
    /*width: 24px !important;*/
    /*height: 24px !important;*/
    /*border-radius: 50%;*/
    /*margin: 4px 98px 4px 4px;*/
    opacity: 1;
    /*background: #ffffff !important;*/
}

.develop-box .swiper-pagination-bullets .swiper-pagination-bullet-active:after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: #ffffff;
    border-radius: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.develop-box .swiper-pagination-bullets .swiper-pagination-bullet-active:last-child {
    margin-right: 0;
}

.develop-box .swiper-pagination-bullets .swiper-pagination-bullet-active:focus,
.develop-box .swiper-pagination-bullets .swiper-pagination-bullet-active:active {
    outline: none;
}

/*企业文化*/
.culture-box {
    padding: 66px 0 99px 0;
    background: url("../../images/aboutus/bg_culture.png") no-repeat top left;
    background-size: 100% 100%;
    background-color: #f4f7fc;
}

.culture-box .info {
    width: 1200px;
    margin: 0 auto;
}

.culture-box .border {
    width: 650.07px;
    min-height: 444px;
    opacity: 0.8;
    border: 2px solid #4385ff;
    border-radius: 68px;
    margin: 0 auto;
}

.culture-box .culture-block {
    width: 497px;
    min-height: 260px;
    background: url("../../images/aboutus/bg_culture_block.png") no-repeat top left;
    background-size: 100% 100%;
    border-radius: 58px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    padding: 72px 56px;
}

.culture-box .block-item {
    width: 235px;
}

.culture-box .culture-block .title {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 8px;
}

.culture-box .culture-block .detail {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #f5f5f5;
    height: 240px;
    overflow: auto;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.culture-box .culture-block .detail::-webkit-scrollbar {
    width: 0;
}

.culture-box .box-title {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    color: #343434;
    margin-bottom: 48px;
}

.culture-box .info-item {
    width: 253px;
}

.culture-box .info-item .detail {
    width: 100%;
    /*height: 156px;*/
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #8c8c8c;
    overflow: auto;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.culture-box .info-item .detail::-webkit-scrollbar {
    width: 0;
}
.culture-box .info .info-left .info-item .detail,
.culture-box .info .info-right .detail{
    height: 192px;
}
.culture-box .info .info-left .info-item:first-child .detail,
.culture-box .info .info-right .info-item:first-child .detail{
    height: 156px;
}
.culture-box .info .info-left .info-item .detail {
    width: 256px;
}

.culture-box .info .info-left {
    float: left;
    right: 0;
    margin-top: 56px;
    text-align: right;
}

.culture-box .info .info-left .info-item {
    position: relative;
}

.culture-box .info .info-left .name::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #4385ff;
    position: absolute;
    top: 10px;
    right: -26.5px;
}

.culture-box .info .name {
    width: 300px;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #595959;
    margin-bottom: 4px;
}

.culture-box .info .info-left .name {
    text-align: right;
    float: right;
}

.culture-box .info .info-right {
    margin-top: 56px;
    float: right;
}

.culture-box .info .info-right .info-item {
    position: relative;
}

.culture-box .info .info-right .name::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #4385ff;
    position: absolute;
    top: 10px;
    left: -26.5px;
}

/**动效 */
.culture-box .info .info-left .name:hover,
.culture-box .info .name:hover {
    color: #4385ff;
}


.culture-box .info .info-right .name:hover::before {
    transform: scale(1.3);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.culture-box .info .info-left .name:hover::after {
    transform: scale(1.3);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

/*多项资质*/
.index-qualification {
    width: 100%;
    position: relative;
    background: #f1f4f9;
    padding-bottom: 80px;
}

.index-qualification .title {
    width: 590px;
    margin: 0 auto 64px;
    overflow: hidden;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    color: #262626;
    padding: 80px 0 0;
    text-align: center;
}

.index-qualification .list {
    /*width: 1204px;*/
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    /* overflow: hidden; */
}

.index-qualification .list li {
    /*flex: 0 0 116px;*/
    margin-right: 46px;
    /* overflow: hidden; */
}

.index-qualification .list li:last-child {
    margin-right: 0;
}

.index-qualification .list li span {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 16px;
}

.index-qualification .list li span img {
    width: 60px;
    height: 60px;
}

.index-qualification .list li p {
    width: 96px;
    height: 36px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #595959;
    margin: 0 auto;
}

/**动效 */
.index-qualification .list li span img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-qualification .list li span img:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;

    transform: scale(1.2) translateY(-5%);
}


/*免费试用*/
/*免费试用*/
.footer {
    overflow: hidden;
}

.footer .free-box {
    width: 100%;
    height: 274px;
    text-align: center;
    background: url("../../images/common/bg_footer.png") no-repeat top left;
    background-size: 100% 100%;
    position: relative;
}

.footer .free-box .title {
    font-weight: 400;
    font-size: 32px;
    color: #ffffff;
    padding: 64px 0 40px 0;
}

.footer .free-box .input-box {
    width: 371px;
    height: 48px;
    margin: 0 auto;
    display: flex;
    line-height: 48px;
    color: #ffffff;
    border-radius: 4px;
    /* border: 1px solid #ffffff; */
    text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.16);
}

.footer .free-box .input {
    background-color: #ffffff;
    border-radius: 4px 0 0 4px;
}

.footer .free-box .input input {
    width: 249px;
    margin: 0;
    padding: 0 0 0 16px;
    outline: none;

    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #898989;
}

/**隐藏输入框上下箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* .footer .free-box .free {
    width: 122px;
    height: 48px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 0 4px 4px 0;
} */

/**动效 */
.footer .free-box .free {
    width: 102px;
    height: 46px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #4283fb;
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*box-shadow: 0px 12px 27px 0pxrgba (227, 75, 96, 0.6);*/
    /*transform: perspective(1px) translateZ(0);*/
    /*transition: all 0.4s ease-in-out;*/
}

.footer .free-box .free:hover {
    background: #72A4FF;
}

/*.footer .free-box .free:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-color: #fff;*/
/*    z-index: -1;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    border-radius: 4px;*/
/*    transform: scaleX(0);*/
/*    transform-origin: 0 50%;*/
/*    transform-origin: 100% 50%;*/
/*    transition: all 0.4s ease-in-out;*/
/*}*/

/*.footer .free-box .free:hover,*/
/*.footer .free-box .free:focus,*/
/*.footer .free-box .free:active {*/
/*    box-shadow: none;*/
/*    color: #4283fb;*/
/*    background-color: #fff;*/
/*    !* border: 1px solid #4283fb; *!*/
/*}*/

/*.footer .free-box .free:hover:before,*/
/*.footer .free-box .free:focus:before,*/
/*.footer .free-box .free:active:before {*/
/*    transform: scaleX(1);*/
/*}*/


/*在线客服*/
.online-service {
    position: fixed;
    bottom: 20%;
    right: 20px;
    z-index: 99999;
}

.online-service .hidden {
    visibility: hidden;
}

.online-service ul li {
    width: 64px;
    height: 64px;
    text-align: center;
    background: #ffffff;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);*/
    border-radius: 8px;
    margin-bottom: 8px;
    position: relative;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.08);
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.11));
}

.online-service ul li:nth-child(1) {
    background: transparent;
}

.online-service ul li .img-box {
    padding-top: 13px;
    display: block;
}

.online-service ul li .intro-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #1e2221;
    display: block;
    padding: 6px 6px 0;
}

.online-service ul li img {
    margin: 0 auto;
}

.online-service ul li:nth-child(1) {
    margin-bottom: 16px;
}

.online-service ul li:nth-child(1) .block {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;

}

.online-service ul li:nth-child(1) span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 18px;

    background: #4385ff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 8px 8px;

    font-weight: 700;
    font-size: 12px;
    line-height: 18px;

    color: #ffffff;
    position: absolute;
    bottom: -10px;
}
.online-service ul li:nth-child(1) span label{
    font-size: 10px;
    font-weight: 600;
    -webkit-transform: scale(0.9);
    display: inline-block;
    padding: 0 6px;
}
.online-service ul li:nth-child(1) a {
    display: block;
    width: 100%;
    height: 100%;
    posiation: absolute;
    top: 0;
    left: 0;
}

.online-service ul li:nth-child(2) img {
    width: 26px;
    height: 23.19px;
}

.online-service ul li:nth-child(3) img {
    width: 26px;
    height: 21.18px;
}

.online-service ul li:nth-child(4) img {
    width: 24px;
    height: 24px;
}

.online-service ul li:nth-child(5) {
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto;

    background: #ffffff;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    border-radius: 16px;
    box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.08);
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.11));
}

.online-service ul li:nth-child(5) img {
    width: 14px;
    height: 11.5px;
}

/**box*/
/**hover优化*/
.online-service ul li .box {
    background-color: transparent;
    display: block;
    width: 100px;
    height: 80px;
    position: absolute;
    left: -36px;
    top: 0;
}
.online-service ul li:nth-child(1) .box{
    left: -20px;
}
.online-service ul li .service-fixed{
    position: absolute;
    right: 60px;
    top: 3px;
}
.online-service ul li .info-box {
    position: relative;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    right: 16px;
    text-align: left;
    /*display: none;*/
    /*top: 7px;*/
}

.online-service ul li .info-box::after {
    content: "";
    display: block;
    width: 8px;
    height: 17px;
    position: absolute;
    right: -6px;
    top: 20px;
    background-image: url(../../images/online/icon_box.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.online-service .on-box {
    /*top: 0;*/
    right: 16px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.08);
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.11));
    position: relative;
}

.online-service .on-info-title {
    display: flex;
    justify-content: space-between;
}

.online-service .on-info-box {
    min-width: 168px;
    padding: 10px 27px 10px 14px;
    position: relative;
    cursor: pointer;
    z-index: 99;
}

.online-service .hide {
    display: none ;
}

.online-service .on-info-box::after {
    content: "";
    display: block;
    width: 8px;
    height: 17px;
    position: absolute;
    right: -6px;
    top: 20px;
    background-image: url(../../images/online/icon_box.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.online-service .on-info-box .on-img-box {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
}

.online-service .on-info-box .on-title {
    height: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4385ff;
    padding-bottom: 2px;
}

.online-service .on-info-box .on-sub-title {
    min-height: 21px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #595959;
}

.online-service ul li:nth-child(2) .info-box {
    min-width: 171px;
    top: 0;
    padding: 19px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #4385ff;
}

.online-service ul li:nth-child(2) .info-box label {
    cursor: pointer;
}

.online-service ul li:nth-child(3) .info-box {
    /*width: 97px;*/
    /*height: 127px;*/
    padding: 10px 10px 0;
    top: -32px;
}

.online-service ul li:nth-child(3) .info-box::after {
    top: 55px;
}

.online-service ul li:nth-child(3) .info-box img {
    width: 115px;
    height: 115px;
}

.online-service ul li:nth-child(3) .info-box p {
    left: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #4385ff;
    padding: 4px;
}

/**客服抖动*/
/**动态效果-抖动 */
.online-service .block {
    /* animation-name: shock;
    animation-iteration-count: infinite;
    animation-duration: 2000ms;
    animation-direction: normal;
    animation-timing-function: linear; */
}

@keyframes shock {
    0% {
        transform-origin: bottom;
        transform: rotate(0);
    }
    2% {
        transform-origin: bottom;
        transform: rotate(-1.2deg);
    }
    4% {
        transform-origin: bottom;
        transform: rotate(-2deg);
    }
    6% {
        transform-origin: bottom;
        transform: rotate(-2.1deg);
    }
    8% {
        transform-origin: bottom;
        transform: rotate(-1.1deg);
    }
    10% {
        transform-origin: bottom;
        transform: rotate(5deg);
    }
    12% {
        transform-origin: bottom;
        transform: rotate(5.1deg);
    }
    14% {
        transform-origin: bottom;
        transform: rotate(3.9deg);
    }
    16% {
        transform-origin: bottom;
        transform: rotate(-3.1deg);
    }
    18% {
        transform-origin: bottom;
        transform: rotate(-4deg);
    }
    20% {
        transform-origin: bottom;
        transform: rotate(-3.6deg);
    }
    22% {
        transform-origin: bottom;
        transform: rotate(-1.9deg);
    }
    24% {
        transform-origin: bottom;
        transform: rotate(2.2deg);
    }
    26% {
        transform-origin: bottom;
        transform: rotate(3deg);
    }
    28% {
        transform-origin: bottom;
        transform: rotate(2.7deg);
    }
    30% {
        transform-origin: bottom;
        transform: rotate(1.5deg);
    }

    32% {
        transform-origin: bottom;
        transform: rotate(-0.2deg);
    }
    34% {
        transform-origin: bottom;
        transform: rotate(-1.6deg);
    }
    36% {
        transform-origin: bottom;
        transform: rotate(-2deg);
    }
    38% {
        transform-origin: bottom;
        transform: rotate(-1.7deg);
    }
    40% {
        transform-origin: bottom;
        transform: rotate(-1.1deg);
    }
    42% {
        transform-origin: bottom;
        transform: rotate(-0.4deg);
    }
    44% {
        transform-origin: bottom;
        transform: rotate(0deg);
    }
    46% {
        transform-origin: bottom;
        transform: rotate(0deg);
    }
    100% {
        transform-origin: bottom;
        transform: rotate(0deg);
    }
}

/**hover */
.online-service ul li:not(:first-child, :last-child):hover {
    background: #ecf3ff;
}

.online-service ul li:nth-child(2):hover .service-fixed,
.online-service ul li:nth-child(3):hover .service-fixed{
    display: block;
}
.online-service ul li#service-open:hover .service-fixed{
    display: block;
}
.online-service ul li .service-fixed {
    display: none;
}
/**动态效果-抖动 */
.culture-block {
    /*animation-name: shock;*/
    animation-iteration-count: infinite;
    animation-duration: 2000ms;
    animation-direction: normal;
    animation-timing-function: linear;
}

.culture-block:hover {
    animation-name: none;
}

@keyframes shock {
    0% {
        transform-origin: bottom;
        transform: rotate(0);
    }
    2% {
        transform-origin: bottom;
        transform: rotate(-1.2deg);
    }
    4% {
        transform-origin: bottom;
        transform: rotate(-2deg);
    }
    6% {
        transform-origin: bottom;
        transform: rotate(-2.1deg);
    }
    8% {
        transform-origin: bottom;
        transform: rotate(-1.1deg);
    }
    10% {
        transform-origin: bottom;
        transform: rotate(5deg);
    }
    12% {
        transform-origin: bottom;
        transform: rotate(5.1deg);
    }
    14% {
        transform-origin: bottom;
        transform: rotate(3.9deg);
    }
    16% {
        transform-origin: bottom;
        transform: rotate(-3.1deg);
    }
    18% {
        transform-origin: bottom;
        transform: rotate(-4deg);
    }
    20% {
        transform-origin: bottom;
        transform: rotate(-3.6deg);
    }
    22% {
        transform-origin: bottom;
        transform: rotate(-1.9deg);
    }
    24% {
        transform-origin: bottom;
        transform: rotate(2.2deg);
    }
    26% {
        transform-origin: bottom;
        transform: rotate(3deg);
    }
    28% {
        transform-origin: bottom;
        transform: rotate(2.7deg);
    }
    30% {
        transform-origin: bottom;
        transform: rotate(1.5deg);
    }

    32% {
        transform-origin: bottom;
        transform: rotate(-0.2deg);
    }
    34% {
        transform-origin: bottom;
        transform: rotate(-1.6deg);
    }
    36% {
        transform-origin: bottom;
        transform: rotate(-2deg);
    }
    38% {
        transform-origin: bottom;
        transform: rotate(-1.7deg);
    }
    40% {
        transform-origin: bottom;
        transform: rotate(-1.1deg);
    }
    42% {
        transform-origin: bottom;
        transform: rotate(-0.4deg);
    }
    44% {
        transform-origin: bottom;
        transform: rotate(0deg);
    }
    46% {
        transform-origin: bottom;
        transform: rotate(0deg);
    }
    100% {
        transform-origin: bottom;
        transform: rotate(0deg);
    }
}


/*在线咨询*/
#tinet-chat-visitor {
    width: 66px !important;
    height: 66px !important;
    bottom: 62px !important;
    right: 82px !important;
}

.online-msg {
    /*position: fixed;*/
    /*bottom: 62px;*/
    /*right: 82px;*/
    /*z-index: 99999;*/
}

.online-msg .msg-box {
    display: none;
    padding: 12.41px 12.44px 11px 13.56px;
    background: linear-gradient(180deg, #4187ff 0%, #3fa0ff 100%);
    border: 2px solid #ffffff;
    border-radius: 4px;
    margin-bottom: 8px;
    margin-left: -60px;
    position: relative;
}

.online-msg .msg-box::after {
    content: "";
    /* 隐藏三角 */
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #4385ff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    z-index: 8;
}

.online-msg .msg-box .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 9px;
}

.online-msg .msg-box .detail {
    width: 152px;
    height: 36px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}

.online-msg .msg-icon {
    position: relative;
}

/*.TinetWebChatBox {*/
/*    !*width: 380px !important;*!*/
/*    !*height: 555px !important;*!*/
/*    right: 105px !important;*/
/*    bottom: 30px !important;*/
/*}*/

/*.TinetWebChatSmall {*/
/*    !*width: 260px !important;*!*/
/*    right: 20px !important;*/
/*}*/


/*.online-msg .msg-icon .num {*/
/*    display: block;*/
/*    width: 23px;*/
/*    height: 23px;*/
/*    border-radius: 50%;*/
/*    background: #ff1313;*/
/*    border: 2px solid #ffffff;*/

/*    font-weight: 500;*/
/*    font-size: 12px;*/
/*    line-height: 23px;*/
/*    text-align: center;*/
/*    color: #ffffff;*/
/*    position: absolute;*/
/*    left: -9px;*/
/*}*/
#tinet-chat-visitor .customize-badge {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: #ff1313 !important;
    border: 2px solid #ffffff !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 24px !important;
    text-align: center !important;
    color: #ffffff !important;
    left: 5px !important;
    top: 14px !important;
    padding: 0 !important;
}

.online-msg .msg-icon {
    display: block;
    /*width: 66px;*/
    /*height: 66px;*/
}

.online-msg .msg-icon img {
    /*width: 66px;*/
    /*height: 66px;*/
    border-radius: 50%;
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.online-msg .msg-icon .name {
    display: block;
    width: 56.15px;
    height: 16.11px;
    background: #ffffff;
    border-radius: 24px;

    font-weight: 400;
    font-size: 10px;
    line-height: 16.11px;
    text-align: center;
    color: #4385ff;
    position: absolute;
    left: 5px;
    bottom: -6px;
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
}

/**hover */
.online-msg:hover .msg-box {
    /* display: block ; */
}

/**精选案例 */
.container-case .case-box {
    position: relative;
    margin-bottom: 74px;
    width: 100%;
    height: auto;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0px 12px 48px 16px rgba(0, 16, 71, 0.03),
    0px 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.container-case .name {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #262626;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.container-case .name::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #4385ff;
    margin-right: 10px;
}

/* .container-case .more-case {
    display: block;
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    background: linear-gradient(90.99deg, #4385ff 0%, #43b4ff 165.3%);
    border-radius: 0px 0px 6px 6px;
} */
.container-case .container-case-item {
    margin-bottom: 8px;
}

.container-case .container-case-item:nth-last-child(1) {
    margin-bottom: 0;
}

.container-case .container-case-item .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding-bottom: 8px;
    display: block;
}

.container-case .container-case-item .detail {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #595959;
    margin-bottom: 8px;
    -webkit-line-clamp: 2;
}
.container-case .container-case-item .more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.container-case .container-case-item .icon {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #8c8c8c;
    cursor: pointer;
}

.container-case .container-case-item .icon img {
    width: 7px;
    height: 10px;
    margin-left: 4px;
}

.container-case .container-case-item .look-info {
    cursor: pointer;
    pointer-events: auto;
}

/**轮播 */
.container-case .swiper-container-horizontal > .swiper-pagination-bullets {
    width: 50%;
}

.container-case .swiper-container-horizontal > .swiper-pagination-bullets,
.container-case .swiper-pagination-custom,
.container-case .swiper-pagination-fraction {
    bottom: 8px;
}

.container-case .swiper-pagination {
    text-align: left;
}

.container-case .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
    width: 6px;
    height: 6px;
    opacity: 1;
    border: 1px solid #4385ff;
    background: #ffffff;
}

.container-case
.swiper-pagination-bullets
.swiper-pagination-bullet-active {
    background: #4385ff;
    border: 1px solid #4385ff;
}

/**动态效果-hover */
.case-item .title:hover {
    transition: 0.5s;
    color: #4385ff;
}

.container-case .case-item .more:hover {
    transition: 0.5s;
    color: #4385ff;
    z-index: 999;
}

/**更多案例 */
.container-case .more-case {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    border: 1px solid #43b4ff;
    background: linear-gradient(90.99deg, #4385ff 0%, #43b4ff 165.3%);
    border-radius: 0 0 6px 6px;
    text-align: center;
    /*transform: perspective(1px) translateZ(0);*/
    /*transition: all 0.4s ease-in-out;*/
}

.container-case .more-case:hover {
    background: #72A4FF;
}

/*.container-case .more-case:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-color: #fff;*/
/*    z-index: -1;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    transform: scaleX(0);*/
/*    transform-origin: 100% 50%;*/
/*    transition: all 0.4s ease-in-out;*/
/*    border-radius: 0 0 6px 6px;*/
/*}*/

/*.container-case .more-case:hover,*/
/*.container-case .more-case:focus,*/
/*.container-case .more-case:active {*/
/*    box-shadow: none;*/
/*    color: #4385ff;*/
/*    border-radius: 0px 0px 6px 6px;*/
/*    background-color: #fff;*/
/*    border: 1px solid #4385ff;*/
/*}*/

/*.container-case .more-case:hover:before,*/
/*.container-case .more-case:focus:before,*/
/*.container-case .more-casmoet:active:before {*/
/*    transform: scaleX(1);*/
/*}*/


/*新闻标签*/
.container-tags .box {
    width: 100%;
    height: auto;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0px 12px 48px 16px rgba(0, 16, 71, 0.03),
    0px 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin-bottom: 24px;
}

.container-tags .name {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #262626;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.container-tags .name::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #4385ff;
    margin-right: 10px;
}

.container-tags .box .label-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: -8px;
    position: relative;
}

.container-tags .box .label-item p {
    position: relative;
    margin-right: 15px;
    margin-bottom: 8px;
}

.container-tags .box .label-item p:nth-child(3n+3) {
    margin-right: 0;
}

.container-tags .box .label-item .item-tag {
    width: 82px;
    text-align: center;
    display: inline-block;
    padding: 4px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #868d99;
    background: #f5f5f5;
    border-radius: 2px;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.container-tags .box .label-item .tag {
    /* display: none; */
    height: 28px;
    padding: 0 9px;
    background: #4385ff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    /* top: -35px;
    left: -5%; */
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    /* identical to box height, or 143% */

    color: #ffffff;
}

.container-tags .box .label-item .tag::after {
    content: "";
    /* 隐藏三角 */
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #4385ff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    z-index: 1;
}

/**动效 */
.container-tags .box .label-item p a {
    display: inline-flex;
}

.container-tags .box .label-item p .tag {
    /*transition: 0;*/
    /*-webkit-transition: 0;*/
    opacity: 0;
    /* visibility: hidden; */
}

.container-tags .box .label-item p .item-tag:hover + .tag {
    opacity: 1;
    visibility: visible;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    z-index: 2;
}

.container-tags .box .label-item p .item-tag:hover {
    background-color: #e6e6e6;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

/*验证码*/
.verify-info {
    padding: 28px 24px 24px;
    overflow: hidden;
    display: none;
}

.verify-item {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.verify-info .verify-title {
    text-align: center;
    margin-bottom: 16px;
    color: #595959;
    font-size: 18px;
    line-height: 1.5;
}

#verifyCanvas canvas, #verify-img {
    height: 40px;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.verify-info input {
    flex: 1;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 7px 10px;
    font-size: 16px;
    color: #595959;
    line-height: 1.5;
    margin-right: 10px;
}

.verify-info input:focus {
    border-color: #8eb6ff;
    outline: none;
}

.verify-info .verify-btn {
    display: block;
    width: 75%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #4385ff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    margin: 24px auto 0;
    cursor: pointer;
}
#tinet-chat-visitor{
    display: none;
}
